Feat/issue 153 black ci#155
Merged
Merged
Conversation
Repo-wide formatting pass on 16 files; no logic changes.
Add Black check to CI, document in TESTING.md and CONTRIBUTING.md, and pin target-version py310 in pyproject.toml.
Hendobox
added a commit
to Hendobox/skillware
that referenced
this pull request
Jun 4, 2026
Apply black after upstream merged ARPAHLS#155 so CI formatting check passes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Two-step delivery for #153: repo-wide Black formatting, then CI enforcement so local and GitHub Actions share the same standard.
Commit 1, format pass:
python -m black .on 16 files (framework, skills, tests, examples). Whitespace/format only; no logic changes.Commit 2, CI + docs:
python -m black --check .before flake8 and pytest[tool.black]inpyproject.toml(line-length = 88,target-version = ["py310"])docs/TESTING.mdandCONTRIBUTING.mdupdated for the CI Black gateCHANGELOG.md[Unreleased]entry addedVerified locally with Python 3.13:
black --check .,flake8 .,pytest tests/(71 passed).Type of Change (Matches Issue Templates)
manifest.yaml,skill.py, andinstructions.md)base_skill.py,loader.py, etc.)Checklist (all PRs)
python -m black --check .,python -m flake8 ., andpytest tests/locally (or the subset relevant to this change).CHANGELOG.mdupdated under[Unreleased]if this PR changes user-visible behavior.examples/README.mdis updated if this PR adds, renames, or removes a runnable script underexamples/(N/A — no example script changes).New or updated skill (complete only if this PR adds or changes a skill under
skills/)Skip, formatting-only touch under
skills/; no bundle, manifest, or catalog changes.Constitution & Safety (if adding or modifying a skill)
N/A, no skill behavior changes.
Related Issues
Fixes #153